From: Mirko Vogt Date: Mon, 19 May 2025 15:28:35 +0000 (+0000) Subject: qt5/cmake.mk: add makefile for inclusion for qt5 projects using cmake X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=4c44d2d203b484f82f7637f8ecc8d9263aebae3a;p=feed%2Fvideo.git qt5/cmake.mk: add makefile for inclusion for qt5 projects using cmake --- diff --git a/frameworks/qt5/cmake.mk b/frameworks/qt5/cmake.mk new file mode 100644 index 0000000..f5247ea --- /dev/null +++ b/frameworks/qt5/cmake.mk @@ -0,0 +1,8 @@ +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/cmake.mk + +CMAKE_OPTIONS += \ + -DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-g++" + +CMAKE_HOST_OPTIONS += \ + -DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-host-g++"